home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / WWW / BUGS016.TXT next >
Encoding:
Text File  |  1996-05-26  |  1.8 KB  |  54 lines

  1. A Complete list of bug fixes for Webster version 0.16.
  2. Wed 29th May 1996
  3.  
  4. As with previous fixes you don't have to apply them,
  5. but they HIGHLY are recommended as Webster should work better with them.
  6. How to apply them is explained later.
  7.  
  8. ------------------------------------------------------------------------
  9. 1. Clicking on a link causes and 'Illegal window handle' error followed
  10.    by an 'Address Exception'!
  11.    
  12. In    :DEFPROCclickmain()
  13.  
  14. After :IFsellink%>0THEN
  15.  
  16. Change:C%=sellink%:sellink%=-1:bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1
  17.  
  18. To    :C%=sellink%:sellink%=-1:!bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1
  19.  
  20. This is a small change to prevent the value of bl% being changed.
  21.  
  22. ------------------------------------------------------------------------
  23. How to apply these fixes.
  24. -------------------------
  25.  
  26. Load the file into !Edit (or any other editor that can cope with 
  27. Tokenised Basic files) This file is Webster's !RunImage file unless
  28. otherwise stated with each fix.
  29.  
  30. 1.  Search for the Procedure name specified by 'In'
  31.  
  32. 2.  Then Search for the 'After' text (If any).
  33.  
  34. 3a. Search for the 'Change' text (if any) and hilight it. If line(s)
  35.     are likely to be long the line(s) always start with a >.
  36.  
  37.     Replace the hilighted text with the 'To' text.
  38.  
  39. OR
  40.  
  41. 3b. Insert the 'Insert' line as the next line.
  42.  
  43. 4.  Resave the file.
  44.  
  45. NOTES
  46.    All the 'To', 'After' and 'Change' values do not include the colon
  47.    after the 'To', 'After' and 'Change'. If line(s) are likely to be
  48.    long the line(s) always start with a '>', the first one being on the
  49.    line after the 'Change' or 'To', etc.
  50.  
  51.    If you can't work out what to do, don't worry there will be another
  52.    version of Webster available in a few weeks! (You could use an
  53.    earlier version until then or put up with any formatting errors)
  54.